home *** CD-ROM | disk | FTP | other *** search
/ Music Box PC / Music Box PC(1995).iso / install2.bat < prev    next >
DOS Batch File  |  1995-07-26  |  153b  |  21 lines

  1. @ECHO OFF
  2. if "%1"  =="" goto ende
  3.  
  4. if not "%1" =="1" goto ende 
  5.         cd disk2
  6.         install
  7.         cd ..
  8.  
  9. :ende
  10. exit
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.